home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Viewers / aMiPEG_1.0 / docs / aMiPEG_1.0.readme next >
Text File  |  1998-06-24  |  3KB  |  71 lines

  1. ========================================================================
  2.   aMiPEG 1.0 is a player for MPEG video streams for the Commodore Amiga.
  3.   It is based upon the Berkeley X-Windows player version 2.0, with major
  4.   changes in speed and size.
  5.   Main advantages are much faster decoding of the streams compared with
  6.   other products based on the Berkeley sources, and a real-time scaling
  7.   to fit on a complete HAM screen (no thumbnail animations anymore!).
  8.   If you are using CyberGraphX software from Vision Factory Development
  9.   you can also play MPEG streams in resizeable, true color window on an
  10.   Intuition screen. Version 1.0 adds support for system-streams and
  11.   video hardware found on some gfx-boards.
  12. =========================================================================
  13.  
  14. HISTORY
  15.  
  16.   V0.1   * First public release
  17.    * Some cosmetic changes to be done.
  18.  
  19.   V0.2  * Oops, wrong ZIP code in the snail-mail address
  20.    * Bug with scaling of animations >200 pixel vertical is fixed.
  21.    * Little bit faster & tighter
  22.  
  23.   V0.3  * HAM6 rendering
  24.    * Somehow, the times got mixed up. NOW it renders to HAM8 with
  25.      6.5 fps (was 6.3) on the A4000/040 as the code is somewhat
  26.      streamlined and more parts are moved to assembler.
  27.    * Uses default public screen's mode ID now instead of default monitor's.
  28.  
  29.   V0.4  * Forgot the Multiscan monitor ID (several people mailed me about this;
  30.      really sorry guys)
  31.    * Autodetect non-AGA chipset, force HAM6 in this case
  32.    * Minor speed-up in the iDCT (in fact not worth mentioning)
  33.    * This is an intermediate release; 0.5 will contain the TODO stuff
  34.      listed down there.
  35.  
  36.   V0.5   by Miloslaw Smyk from now on.
  37.    * CyberGraphX support
  38.    * TODO stuff is still "to do"
  39.  
  40.   V0.6
  41.    * command line parsing is now done with ReadArgs()
  42.    * DITHER GRAY support added
  43.    * PUBSCREEN keyword lets you easily select "deep" screen to open
  44.      CyberGraphX window on.
  45.    * MODEID now works with all dithers. You can play MPEGs in HAM
  46.      even if your default screen doesn't support it.
  47.    * fix for streams with width not divisible by 16.
  48.    * framerate control added (useful on "too fast" Amigas).
  49.    * I/O buffer size can be changed from command line.
  50.    * AmigaGuide documentation.
  51.  
  52.   V0.7
  53.    * asynchronous I/O for faster/smoother playback from HD
  54.    * now aMiPEG works with OCS/ECS under Kick v40+, too.
  55.  
  56.   V0.8
  57.    * a long-standing bug in stream parser fixed. Should play more movies now.
  58.    * uses NewLook under Picasso96, too.
  59.    * pressing ESCAPE aborts playback.
  60.    * now uses (and requires) the shared version of asyncio library v39
  61.    * file remained locked after unsuccessful playback
  62.    * recompiled with SAS/C 6.58
  63.  
  64.   V1.0  MAJOR RELEASE (with guest appearance from Jussi T. Lindgren)
  65.    * system-streams (interleaved video and audio) supported. (JTL)
  66.    * YCrCb->RGB and scaling hardware of CV64/3D (and upcoming
  67.      CVPPC/BVPPC) supported. (MS)
  68.    * pattern matching and ASL file-requester (JTL)
  69.    * full screen playback (MS)
  70.  
  71.